net.sysListener.listenTCP (method)
4 uses
	net (current package)
		dial.go#L765: 			l, err = sl.listenTCP(ctx, la)
		mptcpsock_linux.go#L83: 	return sl.listenTCP(ctx, laddr)
		tcpsock.go#L442: 	ln, err := sl.listenTCP(context.Background(), laddr)
		tcpsock_posix.go#L178: func (sl *sysListener) listenTCP(ctx context.Context, laddr *TCPAddr) (*TCPListener, error) {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |